; Avoid byte-compiler warning in todo-mode.el differently
authorStephen Berman <stephen.berman@gmx.net>
Tue, 21 May 2024 13:04:43 +0000 (15:04 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Tue, 21 May 2024 13:04:43 +0000 (15:04 +0200)
commitc8b34046d93ab28b3e56aa04ce4526b4c76d5581
treee9104fc6dfaa3baf8a96c5248085cc99e00492b1
parent003eddc1dc31a8b3c8ab2c0d7a8d05dcb83487b2
; Avoid byte-compiler warning in todo-mode.el differently

* lisp/calendar/todo-mode.el (todo-mode-map): Define it without a
value before its use in 'todo-insert-item--next-param' to pacify
the byte-compiler.
(todo-insert-item--next-param): Move back to its previous location
to keep it under the outline heading with related code.
lisp/calendar/todo-mode.el